home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Would You Survive?
/
How Would You Survive (1995)(Grolier)[Mac-PC].iso
/
pc
/
apan.dir
/
00742_Script_startmovie
< prev
next >
Wrap
Text File
|
1995-09-06
|
1KB
|
41 lines
Global gBtn16, gBtn18, gWhatMovie,gSlider,gOpenHouse1,gInitGlobals,┬
gBeginYourLifeStatus, gHotSpotStatus,gTheHelpIsOn,gReInitGlobals
on StartMovie
set gBtn16 = birth(script "a3StateButton", 46, 1931, "SA141819.AIF", "CrossEPan", "HandCursor")
set gBtn18 = birth(script "a3StateButton", 48, 1928, "SA141819.AIF", "CrossVPan", "HandCursor")
set gBeginYourLifeStatus = 1
set gHotSpotStatus = 0
set gWhatMovie = "AztecW"
set the visible of sprite 2 to true
set gOpenHouse1 = 0
if gInitGlobals = 1 then
AInitGlobals
set gInitGlobals = 0
else
if gReInitGlobals = 1 then
AGlobalsSetUpFromTheatre
set gReInitGlobals = 0
end if
end if
AGlobalsSetUpPan
set gTheHelpIsOn = 0
end
on StopMovie
hidecontrol (gBtn16)
hidecontrol (gBtn18)
set gBtn16 = 0
set gBtn18 = 0
KillSlider(gSlider)
set the visible of sprite 2 to true
puppetsprite 25, false
puppetsprite 26, false
set gBeginYourLifeStatus = 0
set gHotSpotStatus = 0
unload 1, 140
end